home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / archivat / arj250.exe / ARJDISP.BAT < prev    next >
DOS Batch File  |  1995-10-31  |  435b  |  16 lines

  1. REM ARJDISP.BAT
  2. REM Batch file to demonstrate special ARJ display feature
  3. echo off
  4. echo ARJDISP demonstration batch program
  5.  
  6. if not exist ARJ250.EXE goto error
  7. if not exist ARJ.EXE goto error
  8. if not exist ARJ$DISP.EXE goto error
  9.  
  10. arj$disp test
  11. goto end
  12. :error
  13. echo To run this program, the files ARJ.EXE, ARJ$DISP.EXE, and ARJ250.EXE
  14. echo should all be in this directory.  This program will not write to any files.
  15. :end
  16.